projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf0ef6
)
ARM64: zynqmp: Define auto negotiation timeout
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Tue, 5 Jan 2016 09:51:46 +0000
(15:21 +0530)
committer
Michal Simek
<
[email protected]
>
Wed, 27 Jan 2016 14:55:58 +0000
(15:55 +0100)
Define auto negotiation timeout as 20secs
the default 4secs might not be sufficient
always and hence defined for worst case.
It is observed that autoneg takes moretime
if connected to outside network and hence
increase it to 20secs.
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
include/configs/xilinx_zynqmp.h
patch
|
blob
|
history
diff --git
a/include/configs/xilinx_zynqmp.h
b/include/configs/xilinx_zynqmp.h
index 899dd3ad46be503d9ac6c964f2300d518c84b2f7..27ef74daf50f41187860b5f4db10ba743747bc1d 100644
(file)
--- a/
include/configs/xilinx_zynqmp.h
+++ b/
include/configs/xilinx_zynqmp.h
@@
-196,6
+196,7
@@
# define CONFIG_PHY_NATSEMI
# define CONFIG_PHY_TI
# define CONFIG_PHY_GIGE
+# define PHY_ANEG_TIMEOUT 20000
#endif
/* I2C */